projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8725fd3
)
about dialog: remove unnecessary guards
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 8 Aug 2020 13:35:25 +0000
(09:35 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 8 Aug 2020 15:48:32 +0000
(11:48 -0400)
We decided to undeprecate gtk_window_present,
so no deprecation guards needed.
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index 66887e2b6693df24961d8ec9d111830eab5d78e5..d7dfd985f7e692398f3f4663377ca7e8c6ddb959 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-2319,9
+2319,7
@@
gtk_show_about_dialog (GtkWindow *parent,
}
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_window_present (GTK_WINDOW (dialog));
- G_GNUC_END_IGNORE_DEPRECATIONS
}
/**